home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fips11.zip / HISTORY.TXT < prev    next >
Text File  |  1994-05-25  |  4KB  |  131 lines

  1. Revision History of FIPS
  2. ------------------------
  3.  
  4.  
  5. Version 1.1 - may 26, 1994
  6.  
  7. - Bugfix: Removed the code for detecting the Linux DOS Emulator because
  8.   it caused a hangup on some machines.
  9.  
  10.  
  11. Version 1.0 - may 3, 1994
  12.  
  13. - Added code to detect the OS FIPS is running under (thanks to Dave
  14.   McCaldon). This is to make sure that FIPS is not run in a multitasking
  15.   OS. Does not yet detect OS/2 and Novell Task Manager.
  16.  
  17. - First official release. There have been few bug reports in the test phase
  18.   and only one serious problem (with OS/2 dual boot). It is addressed in
  19.   detail in the doc.
  20.  
  21.  
  22. Version 0.9.3 beta - march 31, 1994 (not publicly released)
  23.  
  24. - Some minor corrections for compatibility with Borland C++ 4.0
  25.  
  26. - Bugfix: "FAT too small" error with some configurations corrected
  27.  
  28.  
  29. Version 0.9.2 beta - march 25, 1994 (not publicly released)
  30.  
  31. - Documentation revised, information about use with OS/2 added, features
  32.   of DOS 6.x taken into account
  33.  
  34. - -quiet and -s switches removed
  35.  
  36. - Drive detection code changed, this hopefully solves the problem with
  37.   the 'Too many drives found' error
  38.  
  39.  
  40. Version 0.9.1 beta - january 21, 1994 (not publicly released)
  41.  
  42. - Select the start cylinder for the new partition with the cursor keys
  43.  
  44. - Automatically check for free space even before prompting for the
  45.   new start sector
  46.  
  47. - A nasty bug in the partition reordering procedure that caused FIPS to
  48.   fail in some cases was removed
  49.  
  50. - Slight bug in class definition corrected
  51.  
  52.  
  53. Version 0.9 beta - november 7, 1993
  54.  
  55. - Save files on floppy (root and boot sector) are not overwritten -
  56.   there may be up to ten save files on a disk.
  57.  
  58. - Verbose error messages are now displayed by default, -verbose switch
  59.   has been removed.
  60.  
  61. - A minor error resulting in a 'division by zero' error with some invalid
  62.   bootsectors has been corrected
  63.  
  64.  
  65. Version 0.8 beta - july 23, 1993
  66.  
  67. - A minor correction to the documentation
  68.  
  69. - No changes in the program from version 0.3. This is the first beta re-
  70.   lease. It is intended to be available to a wider audience.
  71.  
  72.  
  73. Version 0.3 alpha - june 8, 1993
  74.  
  75. - FIPS is now completely translated to C++ (for easier maintenance and
  76.   programming experience)
  77.  
  78. - Explanation of the calculation of the new starting cylinder improved
  79.  
  80. - FIPS was reported to work with Stacker and SuperStor
  81.  
  82.  
  83. Version 0.2.2 alpha - may 26, 1993 (not publicly released)
  84.  
  85. - partition table reordering improved - non-dos partitions remain in their
  86.   slots
  87.  
  88. - all necessary header files now included (sorry about that, my compiler
  89.   does not complain about missing prototypes)
  90.  
  91.  
  92. Version 0.2.1 alpha - may 5, 1993 (not publicly released)
  93.  
  94. - bugfix: minimal cylinder number for start of new partition now calculated
  95.   correctly on drives with 16 sectors per cluster
  96.  
  97. - some improvements/simplifications to the code
  98.  
  99.  
  100. Version 0.2 alpha - april 27, 1993
  101.  
  102. - added commandline switches to override certain error messages and
  103.   use FIPS non-interactively
  104.  
  105. - test mode without writing added
  106.  
  107. - debug mode added (writes a session transcript + additional info to a file)
  108.  
  109. - more informative error messages
  110.  
  111. - display of verbose error messages may be selected
  112.  
  113. - error checking is now more 'dos-like' (more unusual configurations
  114.   accepted)
  115.  
  116. - possibility to reedit the partition table without restarting the program
  117.  
  118. - added the number of megabytes to the partition table display
  119.  
  120. - now works correctly with drives that only have one free partition
  121.  
  122. - now supports more than two harddisks on a PC
  123.  
  124. - some minor fixes
  125.  
  126.  
  127. Version 0.1 alpha - april 12, 1993
  128.  
  129. Initial Release
  130.  
  131.